DrmData

data class DrmData(data: ByteArray, type: DrmData.Type)

Represents DRM information of type DrmData.Type.

Constructors

DrmData
Link copied to clipboard
fun DrmData(data: ByteArray, type: DrmData.Type)

Types

Type
Link copied to clipboard
enum Type : Enum<DrmData.Type>
Specifies the type of the DRM data.

Properties

data
Link copied to clipboard
val data: ByteArray
type
Link copied to clipboard
val type: DrmData.Type

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int